home *** CD-ROM | disk | FTP | other *** search
/ Borland JBuilder 6 / jbuilder6.iso / Taiji Applet Pack v2.7 / Chat / Friends$EventWindow.class (.txt) < prev    next >
Encoding:
Java Class File  |  2001-11-06  |  798 b   |  17 lines

  1. import java.awt.event.WindowAdapter;
  2. import java.awt.event.WindowEvent;
  3.  
  4. class Friends$EventWindow extends WindowAdapter {
  5.    // $FF: synthetic field
  6.    private final Friends this$Friends;
  7.  
  8.    public void windowClosing(WindowEvent event) {
  9.       this.this$Friends.decode("/quit");
  10.    }
  11.  
  12.    Friends$EventWindow(Friends this$Friends) {
  13.       this.this$Friends = this$Friends;
  14.       this.this$Friends = this$Friends;
  15.    }
  16. }
  17.